SaveIn<TK, TV>(Entity<TK, TV>, IDiffstore<TK, TV>, bool)

Method

Namespace: Diffstore

Declared in: Diffstore.EntityExtensions


Saves this entity in the specified storage.

Syntax

public static void SaveIn<TK, TV>(
	Entity<TK, TV> entity,
	IDiffstore<TK, TV> db,
	bool makeSnapshot
)

Parameters

db

Storage in which the entity should be saved.

makeSnapshot

If true, creates a snapshot if entity was changed.


Back to index